home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_363 / bootbase / bootbase.doc < prev    next >
Text File  |  1992-05-06  |  3KB  |  69 lines

  1.     BootBase - PUBLIC DOMAIN - by Steven Lagerweij
  2.  
  3. ----------------------------------------------------------------------
  4. BootBase (BB) is a program that makes it easy to backup important
  5. bootblocks, with it you can look at bootblocks, compare them with new
  6. bootblocks, read and write bootblocks to a file, restore damaged
  7. bootblocks from these files.
  8.  
  9. BootBase uses the Arp.library, since the Arp.library is widely
  10. available it is not included.
  11.  
  12. ----------------------------------------------------------------------
  13.  
  14. BB uses the logical device BBS: for the AutoCompare function, so you
  15. need to assign this to the directory where you want to store your
  16. bootblocks. Since the AutoCompare function compares ANY file larger
  17. than 1023 bytes from BBS:, you must be sure that there are only
  18. bootblocks in that directory.
  19. (Actually it doesn't matter, it is just very annoying and it takes time)
  20.  
  21. Click with the right mousebutton (almost anywhere!) to see some help.
  22.  
  23.  
  24. The screen of BB is a WBENCHSCREEN, this means that opening any
  25. program that runs on the WB-Screen, after running BB, results in a
  26. window on the BB screen.
  27. I've done this because System-Requests make the WB-Screen go upfront,
  28. and I want to have those on my screen. (easier to answer).
  29. This has advantages but also disadvantages.
  30. One advantage is that if you run VirusX while the BB-Screen is the most
  31. front screen you'll see it opens on the BB-Screen. (of course to start
  32. VirusX from the WB or Shell you have to drag down the BB-screen a bit first.)
  33. In the case of VirusX it's an advantage, but try open some WBench-Drawer
  34. windows and you'll know..
  35.  
  36. ---------------------- IMPORTANT ------------------------------------
  37.  
  38. This program does NOT test any vectors. If you think you have a virus
  39. switch off your Amiga and start again with your Original WB-disk,
  40. or any other disk, if you know its safe.
  41. BB does not recognize any new virusses only the ones you stored in BBS:.
  42. so use VirusX.
  43.  
  44. ---------------------++++++++++++------------------------------------
  45.  
  46. Source code is included. It was compiled with lattice C v4.0.
  47. If you modify it , please send me a copy of the improvements you made.
  48. and leave my name in the program. (I wrote it didn't I?)
  49.  
  50. These progams are only to be distributed as public domain.
  51. Otherwise don't sell these programs without my permission.
  52.  
  53. Distribution, always include :
  54.                 BootBase.c     Main source code
  55.                 Arp.o         DME's arpreq routine
  56.                 Prevent.h     intuiion structs
  57.                 Rawkey.h     definitions for RAWKEY
  58.                 linker         blink with file
  59.                 BootBase     Executable
  60.                 BootBase.doc     This file
  61.  
  62. Any suggestions, donations, bugs, improvements, or anything
  63. can be send to:
  64.         Steven Lagerweij
  65.         Buizerdstraat 4
  66.         4143 BA
  67.         Leerdam, Netherland
  68.  
  69.